home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / graphics / gnuplot / README.ami < prev    next >
Text File  |  1993-09-15  |  2KB  |  61 lines

  1. SOME NOTES ON GNUPLOT ON THE AMIGA ...
  2.  
  3.  
  4.  
  5. Environment Variables:
  6.  
  7.    GNUFONT   You can say "setenv GNUFONT <Fontname>/<Pointsize>" to get the
  8.              font of your liking on the screen, e.g.:
  9.              "setenv GNUFONT sapphire/14".
  10.              Otherwise gnuplot will select the default-font you chose with
  11.              "Preferences".
  12.  
  13.    GNUHELP   Allows you to define a pathname for the gnuplot help file.  For
  14.              example, "setenv GNUHELP TEX:gnuplot.gih"
  15.  
  16.    GNUPLOT   Your current directory is searched for the file ".gnuplot".
  17.              If you say "setenv GNUPLOT <Path>" (without the filename!)
  18.              gnuplot will look for it there.
  19.  
  20.    GNUTERM   You can define a default driver with "setenv GNUTERM <driver>".
  21.              A good choice is "setenv GNUTERM amiga" :^)
  22.  
  23.    SHELL     If you don't like "NewShell" as your shell, you can say
  24.              "setenv SHELL <Shell>".
  25.  
  26.  
  27. Stack Size:
  28.  
  29.    A stack size of at least 25000 bytes should be used while running gnuplot.
  30.    If you use recursive functions, e.g. like in "bivariat.dem", you will have
  31.    to increase your stack size accordingly. Otherwise gnuplot will exit with
  32.    a run time error.
  33.  
  34.  
  35.  
  36. --------------------------   SAS/C 6.1 VERSION   -----------------------------
  37.  
  38.  
  39. Default paths/directories:
  40.  
  41.    Gnuplot looks for the file "gnuplot.gih" in your "S:"-directory unless you
  42.    specify the full pathname including the filename via "setenv GNUHELP".
  43.  
  44.  
  45.  
  46.  
  47. ---------------------------   AZTEC C VERSION   ------------------------------
  48.  
  49. Default paths/directories:
  50.  
  51.    Gnuplot looks for the "gnuplot.gih" file in "GNUPLOT:docs/gnuplot.gih" if
  52.    GNUHELP is not defined.   This is defined in the makefile (makefile.ami).
  53.  
  54.  
  55. Terminal Drivers:
  56.  
  57.    The Aztec C version can now use the "amiga.trm" driver written by
  58.    Carsten Steger.  Under KS/WB 2.0, a custom screen will be used with a size
  59.    specified by the Prefs/Overscan program.
  60.  
  61.